home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / telecom / tm421_4.zip / WWIV.SCR < prev   
Text File  |  1996-02-06  |  504b  |  25 lines

  1. ;
  2. ; WWIV.SCR is a log on script file for WWIV BBS
  3. ;
  4.  
  5. string ID, Phone, Graphics
  6. ID = "1"                     ; put your ID here
  7. Phone = "1212"               ; the last 4 digits of your phone number
  8. Graphics = "Y"               ; "Y"es or "N"o
  9.  
  10. SET AutoStop,On              ; stop script if carrier is lost
  11. Waitfor 0                    ; unlimited waiting time
  12.  
  13. Waitfor "graphics?"
  14. Put Graphics
  15.  
  16. Waitfor "NN:"
  17. Put ID
  18.  
  19. Waitfor "password:","PW:"
  20. Put "^&"
  21.  
  22. Waitfor "-###-"
  23. Put Phone
  24.  
  25.